From: Eli Zaretskii Date: Sat, 10 Jul 2004 10:50:27 +0000 (+0000) Subject: (ediff-meta-truncate-filenames): Change type to boolean. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21688 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d01984379c4d1ce14bc4eca593c46f4cda011b34;p=emacs.git (ediff-meta-truncate-filenames): Change type to boolean. --- diff --git a/lisp/ediff-mult.el b/lisp/ediff-mult.el index f5eff1eb49d..cf6edc2d129 100644 --- a/lisp/ediff-mult.el +++ b/lisp/ediff-mult.el @@ -200,7 +200,7 @@ Should be a sexp. For instance (car ediff-filtering-regexp-history) or nil." (defcustom ediff-meta-truncate-filenames t "*If non-nil, truncate long file names in the session group buffers. This can be toggled with `ediff-toggle-filename-truncation'." - :type 'hook + :type 'boolean :group 'ediff-mult) (defcustom ediff-registry-setup-hook nil "*Hooks run just after the registry control panel is set up."